Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Falcon: Capture request/response headers as span attributes #1003

Merged
merged 5 commits into from
Mar 21, 2022

Conversation

ashu658
Copy link
Member

@ashu658 ashu658 commented Mar 17, 2022

Description

This PR implements the HTTP request/response headers as span attributes semantic convention for falcon framework.

Added check to add custom headers in Recording Span to avoid bug #956 #998 that came in previous PRs.

Fixes #912

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

Added unit tests for the changes. Also, tested by capturing headers manually with instrumented falcon app and observing the output on jaeger backend.

Does This PR Require a Core Repo Change?

  • No.

Checklist:

See contributing.md for styleguide, changelog guidelines, and more.

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

@ashu658 ashu658 requested a review from a team March 17, 2022 07:05
@ashu658 ashu658 closed this Mar 17, 2022
@ashu658 ashu658 reopened this Mar 17, 2022
@lzchen lzchen merged commit 59ca95d into open-telemetry:main Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Falcon: Capture request/response headers as span attributes
3 participants